home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 474 b | 29 lines | [TEXT/MPS ] |
- /*
- File: cfrg.r
-
- Contains: Resource which identifies the application as including native PowerPC code.
-
- Written by: Don Swatman, Developer Technical Support
-
- Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
-
- */
-
-
- #include "CodeFragmentTypes.r"
-
-
-
- resource 'cfrg' (0)
- {
- {
- kPowerPC,
- kFullLib,
- kNoVersionNum, kNoVersionNum,
- kDefaultStackSize, kNoAppSubFolder,
- kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
- "ShowMovieFAT"
- }
- };
-